RC Beam Design Master

ACI 318 Strength Design

Project: {{ project.mark || 'UNNAMED' }}

Span: {{ beam.L }} m | {{ beam.support }}

Project Information

Geometry & Support

Deflection Limits

L /
L /
Calculated SW: {{ sectionProps.sw.toFixed(2) }} kN/m (Added to DL)

Applied Loads

Category Type Magnitude (w/P) Start 'a' (m) Length (m) Action
No loads added. Beam will only have self-weight if enabled.
* Combinations computed: U = 1.2 DL + 1.6 LL (Factored), S = 1.0 DL + 1.0 LL (Service)

Geometry & Materials

Reinforcement

Top Qty
Top Dia. (mm)
Bot Qty
Bot Dia. (mm)
Dia. (mm)
Spacing, s (mm)

Section Preview

Ag: {{ (sectionProps.Ag).toLocaleString() }} mm²
Ig: {{ (sectionProps.Ig.toExponential(2)) }} mm⁴
d (eff): {{ sectionProps.d.toFixed(1) }} mm
As_bot: {{ sectionProps.As_bot.toFixed(0) }} mm²
Analysis Diagrams
Loads & Geometry
Shear Force Diagram (SFD)
Max Vu: {{ Math.max(...currentPlotData.V.map(Math.abs)).toFixed(2) }} kN
Bending Moment Diagram (BMD)
Max Mu: {{ Math.max(...currentPlotData.M).toFixed(2) }} kNm
Deflection (Service) - Uncracked Ig
Max Δ: {{ Math.max(...currentPlotData.D.map(Math.abs)).toFixed(2) }} mm
PASS FAIL

Flexure (Positive)

Required Mu {{ designResults.flexure.Mu.toFixed(2) }} kNm
Nominal Mn {{ designResults.flexure.Mn.toFixed(2) }} kNm
Strength Reduction φ {{ designResults.flexure.phi.toFixed(3) }}
Design φMn {{ designResults.flexure.phiMn.toFixed(2) }} kNm
D/C Ratio: {{ designResults.flexure.ratio.toFixed(2) }}

As provided: {{ sectionProps.As_bot.toFixed(0) }} mm²

As min (ACI): {{ designResults.flexure.As_min.toFixed(0) }} mm²

PASS FAIL

Shear Design

Required Vu {{ designResults.shear.Vu.toFixed(2) }} kN
Concrete Vc {{ designResults.shear.Vc.toFixed(2) }} kN
Steel Vs {{ designResults.shear.Vs.toFixed(2) }} kN
Design φVn (φ=0.75) {{ designResults.shear.phiVn.toFixed(2) }} kN
D/C Ratio: {{ designResults.shear.ratio.toFixed(2) }}

Stirrups: 2-Legs Ø{{ section.stirrup_d }} @ {{ section.stirrup_s }}

Shear Reinf. Required

PASS FAIL

Serviceability

Max Deflection Δ {{ designResults.deflection.delta.toFixed(2) }} mm
Allowable Limit L / {{ limits.Total }}
Calculated Limit {{ designResults.deflection.limit_val.toFixed(2) }} mm
Status {{ designResults.deflection.pass ? 'O.K.' : 'EXCEEDED' }}
Ratio: {{ designResults.deflection.ratio.toFixed(2) }}

* Based on gross section (Ig). For long-term or cracked section, additional analysis required.

Quick Summary

{{ section.b }} × {{ section.h }}
f'c {{ section.fc }} fy {{ section.fy }}
Flexure {{ (designResults.flexure.ratio * 100).toFixed(0) }}%
Mu: {{ designResults.flexure.Mu.toFixed(1) }} φMn: {{ designResults.flexure.phiMn.toFixed(1) }}
Shear {{ (designResults.shear.ratio * 100).toFixed(0) }}%
Vu: {{ designResults.shear.Vu.toFixed(1) }} φVn: {{ designResults.shear.phiVn.toFixed(1) }}
Deflection {{ (designResults.deflection.ratio * 100).toFixed(0) }}%
Δ: {{ designResults.deflection.delta.toFixed(1) }} L/{{ limits.Total }}
DESIGN ADEQUATE
DESIGN INADEQUATE